home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 March
/
EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso
/
earcd
/
comm2
/
thrtcpb4.lha
/
ThorTCPBeta
/
InstallTCP
next >
Wrap
Text File
|
1995-07-25
|
370b
|
19 lines
; InstallTCP
; ©1995 Magne & Kjell
; ALL(!) Rights Reserved.
avail flush >nil:
set TP `getenv THOR/THORPATH`
set CD `cd`
cd "$TP"
echo "Installing new files"
Copy >NIL: "$CD/bin/#?tcp#?" bin/
Copy >NIL: "$CD/s/cfgtcp" s/
Copy >NIL: "$CD/libs/utgui.library" libs/
Copy >NIL: "$CD/bin/ConnectThor(%|.info)" ""
Protect s/cfgtcp +s
Execute s/cfgtcp
cd "$CD"
echo Done
quit